-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the java executable location logic, #241 #1452
Conversation
@starksm64 could you rebase? We merged a previous PR and they are conflicting on the |
This needs a rebase as the other PR got merged |
Working on rebase. |
So this is failing due to a formatting validation:
I have the eclipse formatter plugin installed, not sure why the code was not formatted correctly. I just pushed a reformat update. |
Same problem, so I checked my formatting settings and found that it was not on this project. Trying again. |
Here is an initial update the the DevMojo logic for locating the java binary to address #241 . It allows for use of the maven toolchains as well as fallback to java.home and then the path. I have tested it on osx and windows.